home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE2 / PD / VINCE / !ViNCe / h / mcode < prev    next >
Text File  |  2002-03-10  |  152b  |  8 lines

  1.  
  2. #ifndef __MCODE_H__
  3. #define __MCODE_H__
  4.  
  5. int mc_fill_rectangle(unsigned short *start, int x, int y, int pixelsperline, unsigned short colour);
  6.  
  7. #endif
  8.